/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-pagination div:last-child{ display:none!important;}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.colorset,.colorset div,.colorset span,.colorset a{ color:#fff;}
.newslist{ width:720px; height:540px; float:left; margin:0px auto; padding:0px auto;}
#newslist { padding:0px 0 0; min-height:492px; height:auto !important; height:492px; overflow:visible;}
#newslist ul {list-style:none}
#newslist li { width:98%; min-height:35px; border-bottom:dotted 1px #dddddd; line-height:25px;  overflow:hidden; font-size:0; margin-left:8px;margin-top:10px; padding-bottom:10px;}
#newslist li img{float:left;width:295px; max-height:215px; margin-right:20px;}
#newslist li a {font-size:14px; color:#333; font-family:'新宋体'; text-indent:10px;}
#newslist li a:hover{color:red;}
#newslist li i{ display:inline-block;width:200px; height:19px; background-image:url(img_20.png); background-repeat:no-repeat; background-position:left; margin:0px auto; margin-top:20px; margin-bottom:20px; color:#666666; text-align:left; text-indent:30px;font-family:'微软雅黑'; font-size:14px; font-style:normal; line-height:19px;}
#newslist li span {font-size:12px; margin-right:14px;font-family:'新宋体'; color:#999;}


.cproducts2{width:100%; height:100%; margin:0px auto; padding:0px auto; overflow:hidden; text-align:left;position:relative;  }
.cproducts2 ul{ width:100%; height:100%;}
.cproducts2 ul li{ float:left;width:33.3%; height:50%; text-align:center;overflow:hidden;} 
.cproducts2 ul li div {width:252px; height:100%; margin:0px auto; padding:0px; overflow:hidden; float:left; position:relative;}
.cproducts2 ul li div span{width:250px; height:250px; display:table-cell; text-align:center; vertical-align:middle;overflow:hidden;  margin:0px auto; padding:0px auto; border:solid 1px #dddddd; position:relative; z-index:0}
.cproducts2 ul li .smallpic{width:250px; max-height:250px;display:table-cell;text-align:center; vertical-align:middle; } 
.cproducts2 ul li .atitle{display:block; position:relative; margin:0px auto; margin-top:-30px; width:100%; text-align:center; font-size:14px; color:#fff;font-family:'微软雅黑','幼圆'; height:30px; line-height:30px; z-index:1; background-image:url(images/btm.png);}  
.cproducts2 ul li:hover .atitle{ background-color:#185eb5;background-image:none;}  

.jiantou_ico{ position:relative; height:42px;}
.jiantou_ico .list-group-item{ background-image:url(sjx-1.png); background-repeat:no-repeat; background-position:240px 15px;}
.jiantou_ico .fixed_dl{ display:none; position:absolute; z-index:10; left:252px;margin-top:-40px; width:200px;}
.jiantou_ico:hover .fixed_dl{ display:block;}